home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- set R to the rect of window "JBS"
- set hi to the bottom of R - the top of R
- if hi < 406 then
- set the bottom of R to the top of R + 425
- set the rect of window "JBS" to R
- set c to the number of cast "popUp"
- if c > 0 then
- set the puppet of sprite clickOn() to 1
- set the castNum of sprite clickOn() to c
- updateStage()
- else
- alert("Missing cast 'popUp' !")
- end if
- end if
- end
-
- on myHelp
- return "Click to display the help box messages"
- end
-